3.258 \(\int \frac{\cosh (c+d x)}{(e+f x)^2 (a+i a \sinh (c+d x))} \, dx\)

Optimal. Leaf size=31 \[ \text{Unintegrable}\left (\frac{\cosh (c+d x)}{(e+f x)^2 (a+i a \sinh (c+d x))},x\right ) \]

[Out]

Unintegrable[Cosh[c + d*x]/((e + f*x)^2*(a + I*a*Sinh[c + d*x])), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0492806, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\cosh (c+d x)}{(e+f x)^2 (a+i a \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cosh[c + d*x]/((e + f*x)^2*(a + I*a*Sinh[c + d*x])),x]

[Out]

Defer[Int][Cosh[c + d*x]/((e + f*x)^2*(a + I*a*Sinh[c + d*x])), x]

Rubi steps

\begin{align*} \int \frac{\cosh (c+d x)}{(e+f x)^2 (a+i a \sinh (c+d x))} \, dx &=\int \frac{\cosh (c+d x)}{(e+f x)^2 (a+i a \sinh (c+d x))} \, dx\\ \end{align*}

Mathematica [A]  time = 32.4266, size = 0, normalized size = 0. \[ \int \frac{\cosh (c+d x)}{(e+f x)^2 (a+i a \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cosh[c + d*x]/((e + f*x)^2*(a + I*a*Sinh[c + d*x])),x]

[Out]

Integrate[Cosh[c + d*x]/((e + f*x)^2*(a + I*a*Sinh[c + d*x])), x]

________________________________________________________________________________________

Maple [A]  time = 0.09, size = 0, normalized size = 0. \begin{align*} \int{\frac{\cosh \left ( dx+c \right ) }{ \left ( fx+e \right ) ^{2} \left ( a+ia\sinh \left ( dx+c \right ) \right ) }}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(d*x+c)/(f*x+e)^2/(a+I*a*sinh(d*x+c)),x)

[Out]

int(cosh(d*x+c)/(f*x+e)^2/(a+I*a*sinh(d*x+c)),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \frac{i}{a f^{2} x + a e f} + 2 \, \int \frac{1}{-i \, a f^{2} x^{2} - 2 i \, a e f x - i \, a e^{2} +{\left (a f^{2} x^{2} e^{c} + 2 \, a e f x e^{c} + a e^{2} e^{c}\right )} e^{\left (d x\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)^2/(a+I*a*sinh(d*x+c)),x, algorithm="maxima")

[Out]

I/(a*f^2*x + a*e*f) + 2*integrate(1/(-I*a*f^2*x^2 - 2*I*a*e*f*x - I*a*e^2 + (a*f^2*x^2*e^c + 2*a*e*f*x*e^c + a
*e^2*e^c)*e^(d*x)), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{-i \, e^{\left (d x + c\right )} + 1}{-i \, a f^{2} x^{2} - 2 i \, a e f x - i \, a e^{2} +{\left (a f^{2} x^{2} + 2 \, a e f x + a e^{2}\right )} e^{\left (d x + c\right )}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)^2/(a+I*a*sinh(d*x+c)),x, algorithm="fricas")

[Out]

integral((-I*e^(d*x + c) + 1)/(-I*a*f^2*x^2 - 2*I*a*e*f*x - I*a*e^2 + (a*f^2*x^2 + 2*a*e*f*x + a*e^2)*e^(d*x +
 c)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)**2/(a+I*a*sinh(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cosh \left (d x + c\right )}{{\left (f x + e\right )}^{2}{\left (i \, a \sinh \left (d x + c\right ) + a\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)/(f*x+e)^2/(a+I*a*sinh(d*x+c)),x, algorithm="giac")

[Out]

integrate(cosh(d*x + c)/((f*x + e)^2*(I*a*sinh(d*x + c) + a)), x)